home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / Scripts / english.lib next >
Text File  |  2003-10-11  |  16KB  |  355 lines

  1. // ViRC 2.0 default script library
  2. // Localized messages
  3.  
  4. // Language and translator:
  5.  
  6. @ $MessageLanguage = English
  7. @ $MessageTranslator = Jesse McGrew (Mr2001)
  8.  
  9. // Message version from the corresponding ViRC.lib:
  10.  
  11. @ $MessageVersion = 4
  12.  
  13. // URL to find updated translations:
  14.  
  15. @ $MessageURL = http://www.visualirc.net/beta.php
  16.  
  17. //--------------
  18.  
  19. @ $Msg_RequiredVersion = This version of virc.lib is designed for use with ViRC $$RequiredVersion or later. You are running $$ver, which may not be compatible with this library. You should obtain a newer version of ViRC.$char(10)$char(10)Press OK to continue loading if you're sure this library will work with your version of ViRC, or press Cancel to stop loading and exit the program.
  20. @ $Msg_OutdatedMessages = Your English message file ($$translation) is outdated. Please get a new version from $MessageURL.$char(10)You have version $$MessageVersion, and ViRC expects version $$LibMessageVersion.
  21.  
  22. @ $Msg_File_Caption = &File
  23. @ $Msg_File_NewServerCaption = &New connection...
  24. @ $Msg_File_NewServerHint = Create a new server window
  25. @ $Msg_File_ClientSetupCaption = &Configuration...
  26. @ $Msg_File_ClientSetupHint = Show the client setup window
  27. @ $Msg_File_ScriptEditorCaption = Script &editor...
  28. @ $Msg_File_ScriptEditorHint = Show the script editor window
  29. @ $Msg_File_NotifySetupCaption = N&otify setup...
  30. @ $Msg_File_NotifySetupHint = Show the notify setup window
  31. @ $Msg_File_ServerListCaption = &Server list...
  32. @ $Msg_File_ServerListHint = Show the server manager window
  33. @ $Msg_File_DCCListCaption = Show &DCC list
  34. @ $Msg_File_DCCListHint = Show or hide the DCC connection list
  35. @ $Msg_File_GetSmartCaption = Check for &updates...
  36. @ $Msg_File_GetSmartHint = Check the Visual IRC site for new versions
  37. @ $Msg_File_ExitCaption = E&xit
  38. @ $Msg_File_ExitHint = Close the application
  39. @ $Msg_View_Caption = &View
  40. @ $Msg_View_StatusOnCaption = &Show status window
  41. @ $Msg_View_StatusOnHint = Show the status window
  42. @ $Msg_View_StatusOffCaption = &Hide status window
  43. @ $Msg_View_StatusOffHint = Hide the status window
  44.  
  45. @ $Msg_Tray_ExitCaption = &Close ViRC
  46.  
  47. @ $Msg_Log_LoggingCaption = &Logging
  48. @ $Msg_Log_OpenLogCaption = &Open log
  49. @ $Msg_Log_OpenLogHint = Start logging this window
  50. @ $Msg_Log_CloseLogCaption = C&lose log
  51. @ $Msg_Log_CloseLogHint = Stop logging this window
  52. @ $Msg_Log_ViewLogCaption = &View log
  53. @ $Msg_Log_ViewLogHint = View the log for this window
  54. @ $Msg_Log_TimestampCaption = &Timestamp
  55. @ $Msg_Log_ShowTSCaption = &Show timestamps
  56. @ $Msg_Log_ShowTSHint = Show the time each line was sent
  57. @ $Msg_Log_HideTSCaption = &Hide timestamps
  58. @ $Msg_Log_HideTSHint = Hide the time each line was sent
  59.  
  60. @ $Msg_Serv_ConnectCaption = &Connect
  61. @ $Msg_Serv_ConnectHint = Connect to the IRC server
  62. @ $Msg_Serv_DisconnectCaption = &Disconnect
  63. @ $Msg_Serv_DisconnectHint = Disconnect from the IRC server
  64.  
  65. @ $Msg_Nick_WhoisCaption = &Whois (user info)
  66. @ $Msg_Nick_WhoisHint = Retrieve information about this user
  67. @ $Msg_Nick_WiiCaption = Whois with &idle time
  68. @ $Msg_Nick_WiiHint = Retrieve user information and idle time
  69. @ $Msg_Nick_QueryCaption = &Query (private message window)
  70. @ $Msg_Nick_QueryHint = Create a private message window for this user
  71. @ $Msg_Nick_DCCCaption = &DCC
  72. @ $Msg_Nick_DCCChatCaption = DCC &Chat
  73. @ $Msg_Nick_DCCChatHint = Direct private message window
  74. @ $Msg_Nick_DCCWboardCaption = DCC &Whiteboard
  75. @ $Msg_Nick_DCCWboardHint = Shared drawing board
  76. @ $Msg_Nick_DCCSendCaption = DCC &Send...
  77. @ $Msg_Nick_DCCSendHint = Send a file using the regular DCC protocol
  78. @ $Msg_Nick_TDCCSendCaption = &TDCC Send...
  79. @ $Msg_Nick_TDCCSendHint = Send a file using Turbo DCC
  80. @ $Msg_Nick_CTCPCaption = &CTCP
  81. @ $Msg_Nick_CTCPTimeCaption = &TIME
  82. @ $Msg_Nick_CTCPTimeHint = Read this user's clock
  83. @ $Msg_Nick_CTCPVerCaption = &VERSION
  84. @ $Msg_Nick_CTCPVerHint = Check this user's client version
  85. @ $Msg_Nick_CTCPPingCaption = &PING
  86. @ $Msg_Nick_CTCPPingHint = Calculate round trip time to this user
  87.  
  88. @ $Msg_Nick_DCCAllowCaption = DCC &Allow (DALnet)
  89. @ $Msg_Nick_DCCAllowHint = Edit the server-side DCC allow list (DALnet only)
  90. @ $Msg_Nick_DCCAddCaption = &Add to list
  91. @ $Msg_Nick_DCCAddHint = Add this user to your DCC allow list
  92. @ $Msg_Nick_DCCDelCaption = &Remove from list
  93. @ $Msg_Nick_DCCDelHint = Remove this user from your DCC allow list
  94. @ $Msg_Nick_OpCaption = &Op
  95. @ $Msg_Nick_OpHint = Op this user
  96. @ $Msg_Nick_DeopCaption = D&eop
  97. @ $Msg_Nick_DeopHint = Deop this user
  98. @ $Msg_Nick_VoiceCaption = &Voice
  99. @ $Msg_Nick_VoiceHint = Voice this user
  100. @ $Msg_Nick_DevoiceCaption = Devoice
  101. @ $Msg_Nick_DevoiceHint = Devoice this user
  102. @ $Msg_Nick_KickCaption = &Kick
  103. @ $Msg_Nick_KickHint = Kick this user out of the channel
  104. @ $Msg_Nick_KickBanCaption = Kick&ban
  105. @ $Msg_Nick_KickBanHint = Kick and ban this user from the channel
  106. @ $Msg_Nick_IgnoreCaption = I&gnore
  107. @ $Msg_Nick_IgnoreHint = Ignore this user
  108. @ $Msg_Nick_UnignoreCaption = &Unignore
  109. @ $Msg_Nick_UnignoreHint = Stop ignoring this user
  110.  
  111. @ $Msg_Chan_ControlCaption = C&hannel control...
  112. @ $Msg_Chan_ControlHint = Display the channel control winodw
  113. @ $Msg_Chan_BufferCaption = &Buffer
  114. @ $Msg_Chan_BufClearCaption = &Clear
  115. @ $Msg_Chan_BufClearHint = Clear the output buffer
  116. @ $Msg_Chan_BufSaveCaption = &Save to file...
  117. @ $Msg_Chan_BufSaveHint = Save the output buffer to a text file
  118. @ $Msg_Chan_CTCPCaption = &CTCP
  119. @ $Msg_Chan_CTCPTimeCaption = &TIME
  120. @ $Msg_Chan_CTCPTimeHint = Read the clock of everyone in the channel
  121. @ $Msg_Chan_CTCPVerCaption = &VERSION
  122. @ $Msg_Chan_CTCPVerHint = Check the client version of everyone in the channel
  123. @ $Msg_Chan_CTCPPingCaption = &PING
  124. @ $Msg_Chan_CTCPPingHint = Calculate round trip time to everyone in the channel
  125. @ $Msg_Chan_PartCaption = &Part
  126. @ $Msg_Chan_DoPartCaption = &Part channel
  127. @ $Msg_Chan_DoPartHint = Leave the channel
  128. @ $Msg_Chan_CycleCaption = &Cycle
  129. @ $Msg_Chan_CycleHint = Leave and immediately rejoin the channel
  130.  
  131. @ $Msg_BufSave_DialogSpec = Save buffer|Text files (*.txt)|*.txt|Log files (*.log)|*.log|All files (*.*)|*.*
  132.  
  133. @ $Msg_JOIN = $$nickstr has joined $$chanstr
  134. @ $Msg_PART = $$nickstr has left $$chanstr$$partmsgstr
  135. @ $Msg_QUIT = $$nickstr has quit IRC$$quitmsgstr
  136. @ $Msg_NICK = $$oldnickstr is now known as $$newnickstr
  137. @ $Msg_CTCP_Channel = Channel CTCP $$ctcpstr from $$nickstr: $$paramstr
  138. @ $Msg_CTCP_Private = Private CTCP $$ctcpstr from $$nickstr: $$paramstr
  139. @ $Msg_RCTCP = CTCP $$ctcpstr reply from $$nickstr: $$paramstr
  140. @ $Msg_KICK_Self = You have been kicked from $$chanstr by $$nickstr$$kickmsgstr
  141. @ $Msg_KICK_Other = $$nickstr has kicked $$victimstr from $$chanstr$$kickmsgstr
  142. @ $Msg_MODE = Mode change [$$modestr] on $$chanstr by $$nickstr
  143. @ $Msg_TOPIC = $$nickstr has changed the topic on $$chanstr to "$$topicstr"
  144. @ $Msg_INVITE = $$nickstr invites you to $$chanstr
  145.  
  146. @ $Msg_Time_LongFormat = ddd mmm d h:nn:ss ampm
  147. @ $Msg_Time_FullFormat = ddd mmm d hh:nn:ss yyyy
  148. @ $Msg_Time_sec = sec
  149. @ $Msg_Time_ms = ms
  150.  
  151. @ $Msg_CTCPVersion_Library = with virc.lib version $$LibVersion
  152. @ $Msg_CTCPVersion_Slogan = Fast. Powerful. Free.
  153. // do not translate "USERINFO"
  154. @ $Msg_CTCPFinger_Reply = Visual IRC $$ver user (see USERINFO) :Idle $$idlestr
  155.  
  156. // uncomment this line after translating:
  157. //@ $Msg_CTCPSource_Translation = $MessageLanguage translation by $MessageTranslator ($MessageURL)
  158.  
  159. // do not translate "CLIENTINFO"
  160. @ $Msg_CTCPClientInfo_Help = Use CLIENTINFO {$$cmdsstr}
  161. // do not translate "PING"
  162. @ $Msg_CTCPClientInfo_Ping = returns the parameters in a PING response
  163. @ $Msg_CTCPClientInfo_Time = returns current system time
  164. @ $Msg_CTCPClientInfo_Version = returns current client version
  165. @ $Msg_CTCPClientInfo_Source = returns URL to download client
  166. @ $Msg_CTCPClientInfo_Finger = returns current user idle time
  167. @ $Msg_CTCPClientInfo_UserInfo = returns user-defined information
  168. @ $Msg_CTCPClientInfo_ClientInfo = returns help about a client query keyword, or a list of possible queries if none is given
  169. @ $Msg_CTCPClientInfo_Unknown = Unknown query keyword
  170.  
  171. @ $Msg_RCTCPPing = Ping delay from $$nickstr: $$timestr
  172.  
  173. @ $Msg_Notice_Error = ERROR
  174. @ $Msg_Notice_Raw = RAW
  175. @ $Msg_Notice_Auth = AUTH
  176.  
  177. @ $Msg_DCCType_Chat = DCC Chat
  178. @ $Msg_DCCType_Wboard = DCC Whiteboard
  179. @ $Msg_DCCType_Send = DCC Send
  180. @ $Msg_DCCType_TSend = TDCC Send
  181.  
  182. @ $Msg_DCC_FileSize = $null ($$sizestr bytes)
  183. @ $Msg_DCC_ChatRequest = Received $$typestr request from $$nickstr [$$addrstr]
  184. @ $Msg_DCC_FileRequest = Received $$typestr request from $$nickstr [$$addrstr, $$filestr]
  185. @ $Msg_DCC_UnknownRequest = Received unknown $$typestr request from $$nickstr: $$paramstr
  186.  
  187. // sent as a CTCP response for unknown request types:
  188. // do not translate "CHAT", "wboard", "SEND", or "TSEND"
  189. @ $Msg_DCC_UnknownType = Unknown DCC type. I understand CHAT [wboard], SEND, and TSEND.
  190.  
  191. // these are only used in Msg_Rpl_WhoisServer
  192. @ $Msg_WhoisTense_Is = is
  193. @ $Msg_WhoisTense_Was = was
  194.  
  195. @ $Msg_Rpl_Away = $$nickstr is away: $$awaystr
  196. @ $Msg_Rpl_WhoisRegNick = $$nickstr is a registered nick
  197. @ $Msg_Rpl_WhoisAdmin = $$nickstr is an IRC Server Administrator
  198. @ $Msg_Rpl_WhoisSAdmin = $$nickstr is a Services Administrator
  199. @ $Msg_Rpl_WhoisHelpOp = $$nickstr looks very helpful
  200. @ $Msg_Rpl_WhoisUser = $$nickstr is $$uhoststr ($$ircnamestr)
  201. @ $Msg_Rpl_WhoisServer = $$nickstr $$WhoisTense on server $$servstr ($$descstr)
  202. @ $Msg_Rpl_WhoisOper = $$nickstr is an IRC Operator
  203. @ $Msg_Rpl_WhowasUser = $$nickstr was $$uhoststr ($$ircnamestr)
  204. @ $Msg_Rpl_WhoisIdle = $$nickstr has been idle for $$timestr
  205. @ $Msg_Rpl_WhoisChannels = $$nickstr is on channels: $$chansstr
  206. @ $Msg_Rpl_WhoisAccount = $$nickstr is logged in as: $$accountstr
  207. @ $Msg_Rpl_WhoisRealHost = $$nickstr is really $$realhost ($$realip)
  208. @ $Msg_Rpl_ChannelURL = $$chanstr URL: $$urlstr
  209. @ $Msg_Rpl_NoTopic = No topic is set
  210. @ $Msg_Rpl_TopicIs = Topic is: $$topicstr
  211. @ $Msg_Rpl_TopicSetBy = Topic set by $$nickstr on $$timestr
  212.  
  213. @ $Msg_Err_NoSuchNick = No such nick/channel: $$nickstr
  214. @ $Msg_Err_NoSuchServer = No such server: $$serverstr
  215. @ $Msg_Err_WasNoSuchNick = There was no such nick: $$nickstr
  216. @ $Msg_Err_UnknownCommand = Unknown command: $$cmdstr
  217. @ $Msg_Err_NicknameInUse = Nickname is already in use: $$nickstr
  218. @ $Msg_Err_BanNickChange = Cannot change nickname while gagged on $$chanstr
  219. @ $Msg_Err_ServicesDown = Services is currently down. Please try again in a few moments.
  220. @ $Msg_Err_NeedReggedNick = You need a registered nick to join: $$chanstr
  221. @ $Msg_Err_BanListFull = Channel ban list is full: $$chanstr
  222. @ $Msg_Err_UserNotInChannel = $$nickstr is not on $$chanstr
  223. @ $Msg_Err_NotOnChannel = You're not on that channel: $$chanstr
  224. @ $Msg_Err_ChannelIsFull = Cannot join $$chanstr (+l - channel is full)
  225. @ $Msg_Err_InviteOnlyChan = Cannot join $$chanstr (+i - you're not invited)
  226. @ $Msg_Err_BannedFromChan = Cannot join $$chanstr (+b - you are banned)
  227. @ $Msg_Err_BadChannelKey = Cannot join $$chanstr (+k - wrong channel key)
  228. @ $Msg_Err_ChanOPrivsNeeded = You're not channel operator on $$chanstr
  229.  
  230. @ $Msg_Timers_Svr = Svr
  231. @ $Msg_Timers_Name = Name
  232. @ $Msg_Timers_Interval = Interval
  233. @ $Msg_Timers_Rpt = Rpt
  234. @ $Msg_Timers_Command = Command
  235.  
  236. @ $Msg_List_End = --end--
  237.  
  238. @ $Msg_DCC_ClosedByRemote = Connection closed by remote host
  239. @ $Msg_DCC_AutoWarnExtDialog = $$nickstr is trying to send you the file "$$filestr", but files of type "$$extstr" may be dangerous. The file will not be auto-accepted, but it can be accepted or rejected from the DCC list.$char(13)$char(13)Would you like to accept the "$$extstr" file immediately?
  240. @ $Msg_DCC_WarnExtDialog = $$nickstr is trying to send you the file "$$filestr", but files of type "$$extstr" may be dangerous. Do you want to allow this transfer?
  241.  
  242. @ $Msg_Notify_Join = Notify: $$nickstr has signed on
  243. @ $Msg_Notify_Quit = Notify: $$nickstr has left IRC
  244.  
  245. @ $Msg_J_ChanPrompt = Enter a channel name to join:
  246.  
  247. @ $Msg_Ignore_Start = Now ignoring $$maskstr
  248. @ $Msg_Ignore_NotIgnoring = Not currently ignoring $$maskstr!
  249. @ $Msg_Ignore_End = No longer ignoring $$maskstr
  250. @ $Msg_Ignore_ListStart = Ignores:
  251.  
  252. @ $Msg_Active_ReverseCaption = &Reverse mode change
  253. @ $Msg_Active_ReverseHint = Undo this mode change by setting the opposite mode
  254. @ $Msg_Active_GotoLinkCaption = &Goto URL
  255. @ $Msg_Active_GotoLinkHint = Open the URL in your default browser
  256. @ $Msg_Active_CopyLinkCaption = &Copy URL
  257. @ $Msg_Active_CopyLinkHint = Copy the URL to the clipboard
  258. @ $Msg_Active_LinkNewCaption = Goto URL in &new window
  259. @ $Msg_Active_LinkNewHint = Open the URL in a new Internet Explorer window
  260.  
  261. @ $Msg_Status_ClearCaption = &Clear
  262. @ $Msg_Status_BufSizeCaption = &Scrollback buffer size...
  263. @ $Msg_Status_HideCaption = &Hide status window
  264.  
  265. // script setting captions
  266. @ $Msg_SS_defumode = Default user mode
  267. @ $Msg_SS_autojoin = Auto join channels
  268. @ $Msg_SS_userinfo = Userinfo response
  269. @ $Msg_SS_autoperform = Perform on connect
  270. @ $Msg_SS_autoconnect = Auto connect to servers
  271. @ $Msg_SS_hideonautojoin = Hide server on autojoin
  272. @ $Msg_SS_usequery = Show query window for incoming msgs
  273. @ $Msg_SS_showraw = Show unrecognized server numerics
  274. @ $Msg_SS_autoshowstatus = Automatically show status window
  275. @ $Msg_SS_nickspacing = Separate nick from text with
  276. @ $Msg_SS_nickspacing_space = space
  277. @ $Msg_SS_nickspacing_tab = tab
  278. @ $Msg_SS_nickspacing_table = table (line up)
  279. @ $Msg_SS_activenick = Active nicks
  280. @ $Msg_SS_activehost = Active hosts
  281. @ $Msg_SS_activemode = Active modes
  282. @ $Msg_SS_activeinvite = Active invites
  283. @ $Msg_SS_dccautoacceptchat = Auto-accept DCC chat
  284. @ $Msg_SS_dccautoacceptsend = Auto-accept DCC send
  285. @ $Msg_SS_dccautoresume = Auto-resume DCC
  286. @ $Msg_SS_dccwarnexts = Dangerous file extensions
  287.  
  288. // event sound captions
  289. @ $Msg_ES_virc = Visual IRC
  290. @ $Msg_ES_virc_start = Program start
  291. @ $Msg_ES_virc_exit = Program exit
  292. @ $Msg_ES_notify_join = Notify join
  293. @ $Msg_ES_notify_quit = Notify quit
  294. @ $Msg_ES_virc_connect = Connect
  295. @ $Msg_ES_virc_disconnect = Disconnect
  296.  
  297. @ $Msg_ES_dcc = DCC
  298. @ $Msg_ES_virc_dcc = Incoming DCC request
  299. @ $Msg_ES_dcc_chattext = DCC chat text
  300.  
  301. @ $Msg_ES_irc = Standard IRC events
  302. @ $Msg_ES_irc_join = Join channel
  303. @ $Msg_ES_irc_part = Leave channel
  304. @ $Msg_ES_irc_quit = Quit IRC
  305. @ $Msg_ES_irc_msg = Private message
  306. @ $Msg_ES_irc_notice = Private notice
  307. @ $Msg_ES_irc_chantext = Channel text
  308. @ $Msg_ES_irc_chanmsg = Channel ops message
  309. @ $Msg_ES_irc_querytext = Query text
  310. @ $Msg_ES_irc_chanact = Channel action
  311. @ $Msg_ES_irc_invite = Invited to channel
  312. @ $Msg_ES_irc_mode = Mode change
  313. @ $Msg_ES_irc_kick = Kick
  314. @ $Msg_ES_irc_nick = Nick change
  315. @ $Msg_ES_irc_servernotice = Server notice
  316. @ $Msg_ES_irc_ctcp = CTCP request
  317. @ $Msg_ES_irc_rctcp = CTCP reply
  318. @ $Msg_ES_irc_ping = Ping request
  319. @ $Msg_ES_irc_rping = Ping reply
  320. @ $Msg_ES_irc_topic = Topic change
  321.  
  322. @ $Msg_Tray_NoMsgs = No private messages
  323. @ $Msg_Tray_OneMsg = private message
  324. @ $Msg_Tray_ManyMsgs = private messages
  325.  
  326. @ $Msg_TB_ListPattern = Enter a channel pattern to search for:
  327.  
  328. // toolbar captions and/or hints
  329. @ $Msg_TB_Main_StartDesc = Start | New server connection
  330. @ $Msg_TB_Main_ConfigDesc = | Configuration
  331. @ $Msg_TB_Main_ServListDesc = | Server list
  332. @ $Msg_TB_Main_ScriptEdDesc = | Script editor
  333. @ $Msg_TB_Main_RehashDesc = | Reload script
  334. @ $Msg_TB_Main_TileDesc = | Tile
  335. @ $Msg_TB_Main_CascadeDesc = | Cascade
  336. @ $Msg_TB_Main_InflateDesc = | Inflate
  337. @ $Msg_TB_Main_ExitDesc = | Exit ViRC
  338.  
  339. @ $Msg_TB_Serv_ConnectDesc = | Connect
  340. @ $Msg_TB_Serv_DisconnectDesc = | Disconnect
  341. @ $Msg_TB_Serv_LinksDesc = | Server links
  342. @ $Msg_TB_Serv_ListDesc = | Channel list
  343.  
  344. @ $Msg_TB_Chan_PartDesc = | Leave channel
  345. @ $Msg_TB_Chan_CycleDesc = | Leave and rejoin
  346. @ $Msg_TB_Chan_ChanCtlDesc = | Channel control
  347.  
  348. @ $Msg_TB_Log_StampsDesc = | Show timestamps
  349. @ $Msg_TB_Log_LoggingDesc = | Enable logging
  350.  
  351. // New in message library version 2:
  352.  
  353. @ $Msg_SS_flashtray = Flash tray icon for private messages when ViRC is inactive
  354. @ $Msg_SS_flashtaskbar = Flash taskbar button for private messages when ViRC is inactive
  355.